Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGFEMorphologyElement

Extends SVGElement. Implements SVGFilterPrimitiveStandardAttributes, SVGFilterPrimitiveStandardAttributes.

Properties
const unsigned short
SVG_MORPHOLOGY_OPERATOR_DILATE = 2
Corresponds to value 'dilate'.
const unsigned short
SVG_MORPHOLOGY_OPERATOR_ERODE = 1
Corresponds to value 'erode'.
const unsigned short
SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
SVGAnimatedLength
height
The height coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedString
in1
Corresponds to attribute ‘in’ on the given ‘feBlend’ element.
SVGAnimatedEnumeration
operator
Corresponds to attribute ‘operator’ on the given ‘feComposite’ element. Takes one of the SVG_FECOMPOSITE_OPERATOR_* constants defined on this interface.
SVGAnimatedNumber
radiusX
Corresponds to attribute ‘radius’ on the given ‘feMorphology’ element.
SVGAnimatedNumber
radiusY
Corresponds to attribute ‘radius’ on the given ‘feMorphology’ element.
SVGAnimatedString
result
Corresponds to attribute ‘result’ on the given element.
SVGAnimatedLength
width
The width coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.